home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / boot / pxelinux.cfg / default next >
Text File  |  2008-11-21  |  232b  |  12 lines

  1. PROMPT 0
  2.  
  3. LABEL linux
  4. MENU LABEL Run linux over PXE
  5. KERNEL /vmlinuz
  6. IPAPPEND 1
  7. APPEND vga=769 initrd=/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw autoexec=xconf;startx
  8.  
  9. LABEL memtest86
  10. MENU LABEL Run Memtest utility
  11. KERNEL /mt86p
  12.